[ week 6 ] Chrome DevTools 除錯筆記


Posted by vick12052002 on 2020-07-27

以下為觀看Chrome 網頁除錯功能大解密後的課程筆記

console.time('A') 開始計算A的時間
console.timeEnd('A') 結算A花了多久時間
console.table('array') 印出表格式的陣列內容

偵測 html 屬性變更 Break on ->attribute modifications


#Console #devtool







Related Posts

ASP.NET Core Web API 入門教學 - 開發環境安裝

ASP.NET Core Web API 入門教學 - 開發環境安裝

初探Robot Framework之Keyword設計原則 - 06

初探Robot Framework之Keyword設計原則 - 06

【JS 大魔王 - 1】閉包 Closure 與 Scope 作用域

【JS 大魔王 - 1】閉包 Closure 與 Scope 作用域


Comments